Posts Tagged with “Image Editing”
- Sobel Edge Detection and Laplace Edge Detection in C# Image Editing Filters
Simple edge detection using sobel and laplace filters. - Motion Detection in C# Image Editing Filters
Cheap motion detection using a naive pixel difference approach. - Creating Negative Images using C# Image Editing Filters
Negative effect in images. - Anding Two Images Together Using C# Image Editing Filters
Combining images together. - Adjusting Contrast of an Image in C# Image Editing
Contrast correction of an image. - Converting an Image to ASCII Art in C# Image Editing
Because we all need a Will Smith meme in ASCII art form. - Adjusting Gamma of an Image in C# Image Editing
Gamma correction of an image. - Adjusting Brightness of an Image in C# Image Editing
Brightness correction of an image. - Red, Blue, and Green Filters in C# Image Editing Filters
Simple example filters for image processing. - Normal Map Creation Using C# Image Editing Procedural Content
Normal maps on the cheap. - Bump Map Creation Using C# Image Editing Procedural Content
Creating a bump map from an image - Symmetric Nearest Neighbor in C# Image Editing Filters
SNN blur for a nicer bluring technique. - Matrix Convolution Filters in C# Image Editing Filters
Filter all the things. - Kuwahara Filter in C# Image Editing Filters
The filter you've probably never heard of before. - Sepia Tone in C# Image Editing Filters
For all of that old-timey fun... - Image Dilation in C# Image Editing Filters
It's like going to the optometrist for your pictures or something? - Noise Reduction of an Image in C# using Median Filters Image Editing Filters
It's too damn loud in here. - Creating Pixelated Images in C# Image Editing Filters
Because the 80s retro game look is a thing in indie games. - Converting Image to Black and White in C# Image Editing Filters
To make those weird pictures you have on your phone seem more dramatic. - Box Blur and Gaussian Blur... Sort of... Image Editing Filters
Instant beer goggles for your images. - Resizing an Image in C# Image Editing Filters
Because the resolution of that image the user uploaded is too damn high. - Cellular Textures Image Editing Procedural Content
Fancy name for splotches. - Perlin Noise generation in C# Image Editing Procedural Content
Fancy name for images that look like clouds.
See all tags.